home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / business / contplus / cplus24.exe / CBACKUP.BAT < prev    next >
Encoding:
DOS Batch File  |  1991-12-10  |  118 b   |  9 lines

  1. echo off
  2. cls
  3. echo.
  4. echo.
  5. echo Place a formatted disk into drive A:
  6. pause
  7. copy %1.* a:
  8. echo Backup completed!
  9.